home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / perl5 / ops.z / ops
Encoding:
Text File  |  2002-10-03  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ooooppppssss((((3333))))                                                                  ooooppppssss((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      ops - Perl pragma to restrict unsafe operations when compiling
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.        perl -Mops=:default ...    # only allow reasonably safe operations
  13.  
  14.        perl -M-ops=system ...     # disable the 'system' opcode
  15.  
  16.  
  17. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  18.      Since the ops pragma currently has an irreversable global effect, it is
  19.      only of significant practical use with the -M option on the command line.
  20.  
  21.      See the the _O_p_c_o_d_e manpage module for information about opcodes, optags,
  22.      opmasks and important information about safety.
  23.  
  24. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  25.      _O_p_c_o_d_e(3), _S_a_f_e(3), _p_e_r_l_r_u_n(3)
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.